home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / sonstiges / spontimag10 / spontimag10.readme < prev    next >
Text File  |  1996-10-15  |  2KB  |  77 lines

  1. Short:    Simple Sim. of magnetization. V1.0
  2. Uploader: gp@ict.fhg.de (Georg Pfundt)
  3. Author:   gp@ict.fhg.de (Georg Pfundt)
  4. Type:     misc/sci
  5. Version:  1.0
  6. Kurz:     Einfache Sim. spont. Magnetisierung. V1.0
  7.  
  8.  
  9.  
  10. 1 Some Physics
  11. --------------
  12.  
  13. This program is a simple simulation of the phenomena of spontaneous
  14. magnetization.  The idea is taken from [1].
  15.  
  16. A field of magnetic dipoles is randomly setup.  The dipoles initialy show
  17. up or down with a certain probability.  When the simulation starts, a
  18. dipole is picked out and only if the sum over its four neighbour spins is
  19. zero, it is flipped.  The used theorie tells, that there is no change in
  20. overall energy in this case, but the overall magnetiztion is changed.
  21.  
  22. If you start with a spin-distribution of 50% showing up, you get the state
  23. at very high temperatures with nearly zero magnetization.  If you change
  24. the distribution to about 8% showing up (=92% showing down), you are at the
  25. curie-point. Over 8%, magnetization will disapear slowly, below 8% it stays
  26. finit, this is the spontaneous magnetization.
  27.  
  28.  
  29.  
  30.  
  31. 2 The Program
  32. -------------
  33.  
  34. You can start the program from workbench with standart arguments or from
  35. CLI with your arguments. CLI-Usage is:
  36.  
  37.    Magnet [-w width] [-h height] [-l level] [-?] [?]
  38.  
  39. Width and Height are the outer window sizes (use -1 for full size).  Level
  40. is the inital spin distribution percentage in 1/1000 (range 0-1000).  Set
  41. level to 500 for equal distribution or to 80 for curiepoint.
  42.  
  43. There is also a binary version for 68040: Magnet040.
  44.  
  45.  
  46.  
  47.  
  48. 3 The Source
  49. ------------
  50.  
  51. The program is written in C++ with SAS-C 6.55. The source code is included
  52. and absolutely PUBLIC DOMAIN, as far as it is not used for military
  53. purposes!
  54.  
  55. The source contains a simple C++ window-class, that might be usefull for
  56. programmers.
  57.  
  58.  
  59.  
  60.  
  61. 4 The Author
  62. ------------
  63.  
  64. Georg Pfundt, Physics student, Universität Karlsruhe, Germany
  65. E-Mail: gp@ict.fhg.de
  66. Homepage till Dec. 1996: http://fphvax.rz.uni-karlsruhe.de/~pfundt
  67. Homepage will move to: http://www.rz.uni-karlsruhe.de/~ut53
  68.  
  69.  
  70.  
  71.  
  72. Literature
  73. ----------
  74. [1] Dietrich Stauffer; "Theoretische Physik :  ein Kurzlehrbuch und
  75.     Repetitorium", Springer Verlag Berlin, Heidelberg, New York, 1989.
  76.     ISBN 3-540-50697-7 (Berlin ...),  ISBN 0-387-50697-7 (New York ...)
  77.